home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_SMSPASS / TDLG_SMSPASS.txt
Text File  |  2002-07-04  |  2KB  |  89 lines

  1. object Dlg_SmsPass: TDlg_SmsPass
  2.   Left = 302
  3.   Top = 254
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter SMS Password'
  7.   ClientHeight = 144
  8.   ClientWidth = 266
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 20
  23.     Width = 40
  24.     Height = 13
  25.     Caption = '&Account'
  26.     FocusControl = cmbAccounts
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 52
  31.     Width = 46
  32.     Height = 13
  33.     Caption = '&Password'
  34.     FocusControl = E_Password
  35.   end
  36.   object cmbAccounts: TComboBox
  37.     Left = 72
  38.     Top = 16
  39.     Width = 161
  40.     Height = 22
  41.     Style = csOwnerDrawFixed
  42.     ItemHeight = 16
  43.     TabOrder = 0
  44.     OnChange = cmbAccountsChange
  45.     OnDrawItem = cmbAccountsDrawItem
  46.   end
  47.   object E_Password: TEdit
  48.     Left = 72
  49.     Top = 48
  50.     Width = 161
  51.     Height = 21
  52.     PasswordChar = '*'
  53.     TabOrder = 1
  54.   end
  55.   object cbRemember: TCheckBox
  56.     Left = 72
  57.     Top = 80
  58.     Width = 145
  59.     Height = 17
  60.     Caption = '&Remember password'
  61.     TabOrder = 2
  62.   end
  63.   object btnOK: TButton
  64.     Left = 56
  65.     Top = 112
  66.     Width = 75
  67.     Height = 25
  68.     Caption = '&OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 3
  72.   end
  73.   object btnCancel: TButton
  74.     Left = 144
  75.     Top = 112
  76.     Width = 75
  77.     Height = 25
  78.     Cancel = True
  79.     Caption = '&Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 4
  82.   end
  83.   object Language: TLanguage
  84.     LangCenter = DM_Language.LangCenter
  85.     Left = 232
  86.     Top = 88
  87.   end
  88. end
  89.